projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9c849e
)
(eww-setup-buffer): Restore left-to-right defaults
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 27 Dec 2015 19:35:05 +0000
(20:35 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 27 Dec 2015 19:35:05 +0000
(20:35 +0100)
* eww.el (eww-setup-buffer): Restore left-to-right defaults.
lisp/net/eww.el
patch
|
blob
|
history
diff --git
a/lisp/net/eww.el
b/lisp/net/eww.el
index babfdefd89343a5285618da0f8d83d2735f6a645..7ec58f1502807eabe6f8d244be25268ce3ef5310 100644
(file)
--- a/
lisp/net/eww.el
+++ b/
lisp/net/eww.el
@@
-565,6
+565,7
@@
Currently this means either text/html or application/xhtml+xml."
(let ((inhibit-read-only t))
(remove-overlays)
(erase-buffer))
+ (setq bidi-paragraph-direction 'left-to-right)
(unless (eq major-mode 'eww-mode)
(eww-mode)))